Request
curl --location 'https://openapi.gs-robot.com/openapi/v3/tasks/fusion/robot-capabilities/get' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{token}}' \
--data '{
"robotSn": "TEST00-0000-000-B088"
}'
Version requirement: This API is supported only on AIO software version 1.6 and later.
supportFusionTaskis1only when the robotfeatureListcontains this capability.supportTimerScheduleTaskis0when thefeatureListcontainshideTimerScheduleTask; otherwise it is1.
Response
{
"code": 0,
"data": {
"productId": "TEST00-0000-000-B088",
"robotFamilyCode": "S6",
"supportFusionTask": 1,
"supportTimerScheduleTask": 1
},
"msg": "success"
}